.Bold_line {
    color: #225086;
}

.highlight {
    color: #225086;
    font-size: 20px;
}

.Activity_info .paragraph {
    width:60%;
    text-align: left;
}

.activity-img {
    width:30%;
    height: 50%;
    margin-top: 40px;
}

.Activity_info {
    /* height: -webkit-fill-available; */
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}

/* ------P.E.c------ delvin code */

.committe-23 {
    display: flex;
    flex-wrap: wrap;
    color: #225086;
    padding: 0px;
    width: 200px;
    height: 296px;
    word-wrap: break-word;
    flex-direction: row-reverse;
    justify-content: center;
    /* align-items: center; */
}
.committe-img{
    height: 50%;
    height: 50%;
}


.dr_title_info {
    color: #225086;
    text-align: center;
    font-size: 100%;
}

.Title_name {
    text-align: center;
    color: #225086;
    font-size: 35px;
    padding-top: 30Px;
    margin-bottom: 30px;
    ;
}

.executive_committee {
   display:flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
    gap: 31px;
    margin-top: 30px;
    text-align: center;
}

.Dr_name {
    color: #225086;
    text-align: center;
}

.dr_contact {
    color: #225086;
    text-align: center;
}

.Dr_email {
    color: #225086;
    font-size: 15px;
    text-align: center;
}

.head_title {
    background-color: #225086;
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-top: 27px;

}

.Members {
    background-color: #225086;
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-top: 75px;
}
.Dr_name{
    font-size:23px;
}


@media screen and (max-width: 770px) {
    /* .activity-img {
        width:80%;
    } */

    .Activity_info {
        flex-direction: column-reverse;
        align-items: center;}

        .executive_committee {
            display:flex;
            flex-direction:center;
            flex-wrap: wrap;
            justify-content: center;
             gap: 5%;
             margin-top: 30px;
             text-align: center;
         } 

         .Activity_info .paragraph {
            width:auto;
            text-align: left;
        }


    .committe-23 {
        display: flex;
        flex-wrap: wrap;
        color: #225086;
        padding: 5px;
        width: 200px;
        height: 296px;
        word-wrap: break-word;
        flex-direction: row-reverse;
        justify-content: center;
        /* align-items: center; */
    }
}

@media screen and (max-width: 900px) {
    .executive_committee {
        display:flex;
        flex-direction:row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
         gap: 5%;
         margin-top: 30px;
         text-align: center;
     }


}